W15. Linear Geometry Review
1. Theory
1.1 Vectors and Scalar Product
A vector is a mathematical object characterized by both magnitude and direction. In three-dimensional space, vectors are typically represented as ordered triples
1.1.1 Scalar Product (Dot Product)
The scalar product (also called dot product) of two vectors is a fundamental operation that produces a scalar (real number). For vectors
Geometrically, the scalar product relates to the angle
where
1.1.2 Perpendicularity and Orthogonality
Two vectors are perpendicular (or orthogonal) if and only if their scalar product equals zero:
1.1.3 Parallelogram Law
The parallelogram law is an important identity involving scalar products:
This identity has a geometric interpretation: in a parallelogram, the sum of the squares of the diagonals equals the sum of the squares of all four sides.
1.2 Vector Product (Cross Product)
The vector product (or cross product) of two vectors in three-dimensional space produces a new vector that is perpendicular to both original vectors.
1.2.1 Definition and Calculation
For vectors
This expands to:
1.2.2 Geometric Meaning
The magnitude of the cross product
where
1.2.3 Important Identity
The relationship between dot product and cross product is given by:
This identity combines the sine and cosine components of the angle between vectors, utilizing the fundamental trigonometric identity
1.3 Scalar Triple Product
The scalar triple product combines both the cross product and dot product operations.
1.3.1 Definition
For three vectors
This can be computed as a determinant:
1.3.2 Geometric Interpretation
The absolute value of the scalar triple product
1.3.3 Coplanarity Test
If the scalar triple product equals zero, then the three vectors are coplanar (lie in the same plane). This provides a test for determining whether four points in space lie on the same plane: if points
1.4 Lines in a Plane
A line in a two-dimensional plane can be represented in several equivalent forms.
1.4.1 General Form
The general form of a line in the plane is:
where
1.4.2 Slope-Intercept Form
When
where
1.4.3 Relationships Between Lines
Two lines
- Parallel: if
- Coincident: if
- Intersecting: if
- Perpendicular: if
1.4.4 Distance from Point to Line
The distance from a point
1.4.5 Projection of a Point
To find the projection of a point onto a line, construct a perpendicular line through the point to the given line, then find their intersection.
1.5 Planes in Space
A plane in three-dimensional space is a flat, two-dimensional surface extending infinitely.
1.5.1 General Form
The general equation of a plane is:
where
1.5.2 Point-Normal Form
If a plane passes through point
1.5.3 Three-Point Form
To find the equation of a plane through three points
- Compute vectors
and - Find the normal vector:
- Use the point-normal form with any of the three points
1.5.4 Mutual Arrangement of Planes
The relationship between three planes can be determined by examining the determinant of their normal vectors. If the determinant is non-zero, the three planes intersect at a single point.
1.5.5 Distance from Point to Plane
The distance from point
1.6 Lines in Space
Lines in three-dimensional space require more complex representations than lines in a plane.
1.6.1 Canonical Form
The canonical (or symmetric) form of a line through point
1.6.2 Parametric Form
The parametric equations of the same line are:
where
1.6.3 Line as Intersection of Planes
A line can also be represented as the intersection of two planes:
To convert to canonical form, find the direction vector as
1.6.4 Angle Between Lines
The angle
Note that we take the absolute value to get the acute angle.
1.7 Conic Sections (Second-Order Curves)
Conic sections are curves obtained by intersecting a plane with a double cone. They include ellipses, parabolas, and hyperbolas.
1.7.1 General Equation
The general equation of a conic section is:
1.7.2 Classification by Discriminant
The discriminant
: Ellipse (or circle if and ) : Parabola : Hyperbola
1.7.3 Ellipse
An ellipse is the set of all points where the sum of distances to two fixed points (called foci) is constant.
Standard form:
- Semi-major axis:
(half the length of the longer axis) - Semi-minor axis:
(half the length of the shorter axis) - Eccentricity:
where and - Foci: Located at
- Directrices: Lines
1.7.4 Hyperbola
A hyperbola is the set of all points where the absolute difference of distances to two foci is constant.
Standard form:
- Semi-transverse axis:
- Semi-conjugate axis:
- Eccentricity:
where and - Foci: Located at
- Directrices: Lines
- Asymptotes: Lines
1.7.5 Parabola
A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix).
Standard form:
- Focus: Located at
- Directrix: Line
- Eccentricity:
(always for parabolas) - Vertex: The point closest to the directrix, at the origin
in standard form
1.7.6 Rotation of Axes
When a conic has an
The rotation transformation is:
For
1.8 Polar Coordinates
Polar coordinates provide an alternative way to specify points in a plane using distance and angle rather than Cartesian coordinates.
1.8.1 Definition
A point
(or ): the distance from the origin to (or ): the angle from the positive x-axis to the line segment connecting the origin to
1.8.2 Conversion Formulas
To convert between Cartesian
- From polar to Cartesian:
, - From Cartesian to polar:
,
1.8.3 Conics in Polar Coordinates
Conics with a focus at the origin have the form:
where
1.9 Matrices
A matrix is a rectangular array of numbers arranged in rows and columns.
1.9.1 Basic Definitions
An
Special matrices:
- Square matrix:
- Identity matrix
: Square matrix with 1s on the diagonal and 0s elsewhere - Zero matrix: All entries are 0
1.9.2 Matrix Operations
Addition: Add corresponding entries (matrices must have same dimensions)
Scalar multiplication: Multiply every entry by the scalar
Matrix multiplication: For
Note: Matrix multiplication is not commutative: generally
Transpose:
1.9.3 Determinant
The determinant is a scalar value associated with square matrices. For a
For larger matrices, use cofactor expansion along a row or column.
1.9.4 Matrix Inverse
A square matrix
For a
1.9.5 Matrix Rank
The rank of a matrix is the maximum number of linearly independent rows (or columns). It can be found using Gaussian elimination.
1.10 Linear Independence and Basis
1.10.1 Linear Independence
Vectors
is
1.10.2 Basis
A basis for a vector space is a set of linearly independent vectors that span the space. The standard basis for
1.10.3 Change of Basis
To convert coordinates from one basis to another, use a transition matrix
The transition matrix
1.11 Subspaces
A subspace of
1.11.1 Subspace Criteria
For a set
- The zero vector must be in
- If
, then (closure under addition) - If
and is a scalar, then (closure under scalar multiplication)
1.11.2 Common Examples
- Planes through the origin in
are subspaces - Lines through the origin are subspaces
- Planes or lines not through the origin are NOT subspaces
1.12 Linear Transformations
A linear transformation
1.12.1 Definition
for all vectors for all vectors and scalars
1.12.2 Matrix Representation
Every linear transformation can be represented by a matrix. If
1.12.3 Kernel and Image
For a linear transformation
- The kernel (or null space)
is the set of all vectors that map to zero: - The image (or range)
is the set of all possible outputs:
1.12.4 Rank-Nullity Theorem
For a linear transformation
where
1.13 Quadric Surfaces
Quadric surfaces are three-dimensional surfaces defined by second-degree equations in
1.13.1 Ellipsoid
An ellipsoid is a closed, bounded surface resembling a stretched sphere. When
1.13.2 Hyperboloid of One Sheet
This surface is connected and extends infinitely along the
1.13.3 Hyperboloid of Two Sheets
This consists of two separate sheets, one for
1.13.4 Elliptic Paraboloid
This surface opens upward (or downward if negative) and has elliptical cross-sections parallel to the
1.13.5 Hyperbolic Paraboloid
This is a “saddle-shaped” surface, curving upward in one direction and downward in the perpendicular direction.
1.13.6 Cone
A cone with vertex at the origin. The right side is 0, distinguishing it from hyperboloids.
1.13.7 Cross-Sections
To analyze quadric surfaces, examine their intersection with coordinate planes or planes parallel to them. For example, setting
1.14 Systems of Linear Equations
1.14.1 Gaussian Elimination
Gaussian elimination is a method to solve systems of linear equations by converting the augmented matrix to row echelon form using elementary row operations:
- Swap two rows
- Multiply a row by a non-zero scalar
- Add a multiple of one row to another row
1.14.2 Cramer’s Rule
For a system
where
2. Definitions
- Vector: A mathematical object with both magnitude and direction, typically represented as an ordered tuple of numbers.
- Scalar Product (Dot Product): An operation that takes two vectors and returns a scalar:
. - Magnitude (Norm): The length of a vector:
. - Orthogonal (Perpendicular): Two vectors are orthogonal if their dot product is zero.
- Vector Product (Cross Product): An operation on two vectors in 3D that produces a third vector perpendicular to both:
. - Scalar Triple Product: The operation
, which gives the volume of a parallelepiped. - Coplanar: Vectors or points that lie in the same plane.
- Line: A one-dimensional geometric object extending infinitely in both directions.
- Plane: A flat, two-dimensional surface in three-dimensional space.
- Normal Vector: A vector perpendicular to a line (in 2D) or plane (in 3D).
- Direction Vector: A vector indicating the direction of a line.
- Parallel Lines: Lines that never intersect (same direction vector or proportional normal vectors).
- Coincident Lines: Lines that overlap completely (identical equations).
- Skew Lines: Non-parallel lines in 3D space that do not intersect.
- Conic Section: A curve obtained by intersecting a plane with a cone (ellipse, parabola, or hyperbola).
- Ellipse: The locus of points where the sum of distances to two foci is constant.
- Hyperbola: The locus of points where the absolute difference of distances to two foci is constant.
- Parabola: The locus of points equidistant from a focus and a directrix.
- Eccentricity: A measure of how much a conic section deviates from being circular (
for ellipse, for parabola, for hyperbola). - Focus (Foci): Fixed point(s) used in the definition of conic sections.
- Directrix: A fixed line used in the definition of conic sections.
- Asymptote: A line that a curve approaches but never reaches (relevant for hyperbolas).
- Discriminant: For a conic equation
, the discriminant is , which determines the conic type. - Polar Coordinates: A coordinate system where points are specified by distance from origin and angle from reference axis.
- Matrix: A rectangular array of numbers organized in rows and columns.
- Square Matrix: A matrix with equal number of rows and columns.
- Identity Matrix: A square matrix with 1s on the diagonal and 0s elsewhere.
- Determinant: A scalar value associated with square matrices that indicates invertibility.
- Matrix Inverse: For matrix
, the inverse satisfies . - Transpose: The matrix
obtained by swapping rows and columns of . - Matrix Rank: The maximum number of linearly independent rows or columns in a matrix.
- Linear Independence: Vectors are linearly independent if no vector can be expressed as a linear combination of the others.
- Linear Dependence: Vectors are linearly dependent if at least one can be expressed as a linear combination of the others.
- Basis: A set of linearly independent vectors that span a vector space.
- Standard Basis: The basis consisting of unit vectors along coordinate axes.
- Transition Matrix: A matrix that converts coordinates from one basis to another.
- Subspace: A subset of a vector space that is closed under addition and scalar multiplication.
- Linear Transformation: A function between vector spaces that preserves addition and scalar multiplication.
- Kernel (Null Space): The set of vectors that a linear transformation maps to zero.
- Image (Range): The set of all possible outputs of a linear transformation.
- Rank-Nullity Theorem: States that dimension of kernel plus dimension of image equals dimension of domain.
- Quadric Surface: A three-dimensional surface defined by a second-degree equation in three variables.
- Ellipsoid: A closed quadric surface; all three squared terms have the same sign.
- Hyperboloid: A quadric surface with one or two sheets; squared terms have mixed signs.
- Paraboloid: A quadric surface where one variable appears to the first degree; unbounded in one direction.
- Cone: A quadric surface with vertex at origin; equation equals zero.
- Gaussian Elimination: A method for solving systems of linear equations using row operations.
- Cramer’s Rule: A formula for solving systems using determinants.
- Augmented Matrix: A matrix formed by appending the constant vector to the coefficient matrix of a linear system.
3. Formulas
- Scalar Product:
- Vector Magnitude:
- Perpendicularity Condition:
- Parallelogram Law:
- Vector Product:
- Cross Product Magnitude:
(area of parallelogram) - Dot and Cross Product Identity:
- Scalar Triple Product:
(volume of parallelepiped) - Coplanarity Test: Four points
are coplanar if - Distance from Point to Line (2D):
for point and line - Perpendicularity of Lines (2D): Lines
and are perpendicular if - Plane Equation (Point-Normal Form):
for plane through with normal - Distance from Point to Plane:
for point and plane - Line in Space (Canonical Form):
for line through with direction - Line in Space (Parametric Form):
, , , - Angle Between Lines:
for lines with direction vectors and - Conic Discriminant:
for - Ellipse Standard Form:
with - Ellipse Eccentricity:
where , - Hyperbola Standard Form:
- Hyperbola Eccentricity:
where , - Hyperbola Asymptotes:
for standard form centered at origin - Parabola Standard Form:
or - Parabola Eccentricity:
(always) - Rotation Angle for Conics:
to eliminate term - Rotation Transformation:
, - Polar to Cartesian:
, - Cartesian to Polar:
, - Conic in Polar Form:
for conic with focus at origin - Matrix Multiplication:
- Determinant (2×2):
- Matrix Inverse (2×2):
- Change of Basis:
where has basis vectors as columns - Rank-Nullity Theorem:
- Cramer’s Rule:
where has column replaced by constant vector - Ellipsoid:
- Hyperboloid of One Sheet:
- Hyperboloid of Two Sheets:
- Elliptic Paraboloid:
- Hyperbolic Paraboloid:
- Cone:
4. Practice
4.1. Perpendicularity of Vectors Using Scalar Product (Final Recap, Task 1)
Prove that vectors
Click to see the solution
Key Concept: Two vectors are perpendicular if and only if their scalar product equals zero.
- Compute the scalar product
:
- Distribute the dot product:
- Note that scalar products are commutative: Both terms are equal (they’re just products of scalars), so they cancel:
- Conclusion: Since
, we have .
Answer: The vectors are perpendicular since their scalar product equals zero.
4.2. Parallelogram Law Verification (Final Recap, Task 2)
Verify
Click to see the solution
Key Concept: The square of a vector
- Expand
:
- Expand
:
- Add the two expansions:
- Simplify (the
terms cancel):
Geometric Interpretation: In a parallelogram formed by vectors
Answer: Identity verified; it represents the parallelogram law.
4.3. Perpendicular Diagonals (Final Recap, Task 3)
Given
Click to see the solution
- Find vector
:
- Find vector
:
- Compute the scalar product:
- Conclusion: Since
, the diagonals are perpendicular.
Answer: The diagonals
4.4. Area of Parallelogram (Final Recap, Task 4)
Find the area of the parallelogram formed by vectors
Click to see the solution
Key Concept: The area of a parallelogram formed by two vectors equals the magnitude of their cross product.
- Compute the cross product
:
- Expand the determinant:
- Find the magnitude:
Answer: The area of the parallelogram is
4.5. Identity Relating Dot and Cross Products (Final Recap, Task 5)
Prove
Click to see the solution
Key Concept: Use the geometric interpretations of dot and cross products in terms of the angle between vectors.
- Express cross product magnitude:
where
- Express dot product:
- Square both expressions:
- Add them together:
- Factor out common terms:
- Apply the Pythagorean identity
:
Answer: The identity is proven using the geometric definitions and the Pythagorean identity.
4.6. Coplanarity of Four Points (Final Recap, Task 6)
Prove that points
Click to see the solution
Key Concept: Four points are coplanar if and only if the scalar triple product of three vectors connecting them equals zero.
- Find vectors from point
to the other points:
- Compute
:
- Compute the scalar triple product:
- Conclusion: Since the scalar triple product equals zero, the four points are coplanar.
Answer: The points lie on the same plane.
4.7. Projection of Point onto Line (Final Recap, Task 7)
Find the projection of point
Click to see the solution
Key Concept: The projection of a point onto a line is found by constructing a perpendicular from the point to the line and finding the intersection.
- Find the perpendicular direction: The line has normal vector
, so its direction vector is (perpendicular to the normal). The perpendicular to this line has direction or equivalently slope . - Write the equation of the perpendicular line through
:
Using point-slope form with slope
- Solve the system of the original line and the perpendicular:
Multiply first equation by 7:
Multiply second equation by 13:
Add them:
- Find
: Substitute into :
Answer: The projection is
4.8. Relationship Between Lines (Part 1) (Final Recap, Task 8a)
Determine the relationship between the lines
Click to see the solution
- Divide the second equation by
:
- Compare: The second equation becomes identical to the first equation.
Answer: The lines are coincident (they are the same line).
4.9. Relationship Between Lines (Part 2) (Final Recap, Task 8b)
Determine the relationship between the lines
Click to see the solution
- Check if parallel: Compare ratios
and .
Since
- Find intersection: Multiply first equation by 2:
Subtract from second equation:
Substitute into first equation:
Answer: The lines intersect at point
4.10. Relationship Between Lines (Part 3) (Final Recap, Task 8c)
Determine the relationship between the lines
Click to see the solution
- Multiply the second equation by 2:
- Compare with the first equation
:
The coefficients of
Answer: The lines are parallel (they have the same direction but different
4.11. Perpendicular Lines (Part 1) (Final Recap, Task 9a)
Determine if lines
Click to see the solution
Key Concept: Lines
- Apply the perpendicularity condition:
Answer: Yes, the lines are perpendicular.
4.12. Perpendicular Lines (Part 2) (Final Recap, Task 9b)
Determine if lines
Click to see the solution
- Apply the perpendicularity condition:
Answer: No, the lines are not perpendicular.
4.13. Lines Parallel to Triangle Sides (Final Recap, Task 10)
For triangle with vertices
Click to see the solution
(a) Line through
- Find slope of
:
- Equation through
with slope :
(b) Line through
- Find slope of
:
- Equation through
with slope :
(c) Line through
- Find slope of
:
- Equation through
with slope :
Answer:
- Line through
: - Line through
: - Line through
:
4.14. Distance from Point to Lines (Final Recap, Task 11)
Find the distance from point
Click to see the solution
Key Concept: Distance from point
(a) For line
- Apply the formula:
(b) For line
- Apply the formula:
Answer:
- Distance is
- Distance is
- Distance is
- Distance is
4.15. Equation of Plane Through Three Points (Final Recap, Task 12)
Find the equation of the plane passing through points
Click to see the solution
Key Concept: Find two vectors in the plane, compute their cross product to get the normal vector, then use the point-normal form.
- Find vectors in the plane:
- Compute the normal vector:
We can simplify by dividing by
- Use point-normal form with
and normal :
Answer: The equation of the plane is
4.16. Mutual Arrangement of Three Planes (Final Recap, Task 13)
Determine the mutual arrangement of the three planes:
Click to see the solution
Key Concept: Check if the normal vectors are linearly independent by computing their determinant.
- Identify the normal vectors:
- Compute the determinant:
Expand along the second row:
- Conclusion: Since the determinant is non-zero, the normal vectors are linearly independent, meaning the planes are not parallel and intersect at a single point.
Answer: The three planes intersect at a single point.
4.17. Angle Between Lines in Space (Final Recap, Task 14)
Determine the angle between the lines
Click to see the solution
Key Concept: The angle between two lines equals the angle between their direction vectors.
- Identify direction vectors:
- Compute the dot product:
- Compute magnitudes:
- Find the angle:
Answer: The angle between the lines is
4.18. Line as Intersection of Planes (Final Recap, Task 15)
Derive canonical and parametric equations of the line represented as the intersection of two planes:
Click to see the solution
Key Concept: The direction vector of the line is the cross product of the normal vectors of the planes.
- Find the direction vector:
Normal vectors:
- Find a point on the line: Set
and solve:
Subtract first from second:
Substitute into first:
Point:
- Write canonical form: With point
and direction :
- Write parametric form: Let
be the parameter:
Answer:
- Canonical:
- Parametric:
, ,
4.19. Canonical Equation of Ellipse (Part 1) (Final Recap, Task 16a)
Derive the canonical equation of the ellipse if the minor axis is 3 and eccentricity is
Click to see the solution
Key Concept: For an ellipse,
Given:
- Use the eccentricity formula:
- Use the relationship
:
- Write the canonical equation:
Answer:
4.20. Canonical Equation of Ellipse (Part 2) (Final Recap, Task 16b)
Derive the canonical equation of the ellipse if the distance between directrices equals 32 and
Click to see the solution
Key Concept: For an ellipse, the directrices are at
- Use the distance between directrices:
- Substitute
:
- Find
using :
- Find
using :
- Write the canonical equation:
Answer:
4.21. Canonical Equation of Hyperbola (Final Recap, Task 17)
Derive the canonical equation of a hyperbola if the distance between directrices is
Click to see the solution
Key Concept: For a hyperbola, the distance between directrices is
- Use given information:
Distance between directrices:
Distance between foci:
- From the directrices equation:
- Also,
, so:
- Find
using (for hyperbola):
- Write the canonical equation:
Answer:
4.22. Conic in Polar Coordinates (Final Recap, Task 18)
Identify the type of curve and derive the canonical form:
Click to see the solution
Key Concept: Convert from polar to Cartesian coordinates using
- Rewrite the equation:
- Substitute
and :
- Square both sides:
- Rearrange:
- Identify: This is a parabola with vertex at
opening to the right.
Answer: Parabola with equation
4.23. Rotation to Canonical Form (Final Recap, Task 19)
Derive the canonical form and identify the type of conic section:
Click to see the solution
Key Concept: Use the discriminant to identify the conic type, then find the rotation angle to eliminate the
- Compute the discriminant:
Since
- Find the rotation angle: Use
:
- Apply rotation transformation for
:
- Substitute into the original equation (this involves extensive algebra):
After substitution and simplification, we get:
- Complete the square for
:
After completing the square and simplifying (the solution shows):
- Divide by 288:
- Final form: Setting
and :
Answer: Ellipse with canonical form
4.24. Identification of Quadric Surfaces (Final Recap, Task 20)
Identify the type of each quadric surface:
Click to see the solution
Key Concept: Identify quadric surfaces by examining the signs and arrangement of terms.
(1)
All terms are positive and sum to 1. This is an ellipsoid.
(2)
One positive term equals 1 minus two other terms. The positive term can be arbitrarily large. This is a hyperboloid of two sheets (opening along the
(3)
One variable (z) equals a difference of squares. This is a hyperbolic paraboloid (saddle surface).
(4)
The equation equals zero (not 1). This is a cone with vertex at the origin.
Answer:
- Ellipsoid
- Hyperboloid of two sheets
- Hyperbolic paraboloid
- Cone
4.25. Intersection of Ellipsoid with Plane (Final Recap, Task 21)
Find the intersection of the ellipsoid
Click to see the solution
Key Concept: Substitute the plane equation into the ellipsoid equation.
- Substitute
into the ellipsoid equation:
- Divide by 32 to get standard form:
- Identify: This is an ellipse in the plane
with semi-axes (along ) and (along ).
Answer: The intersection is an ellipse in the plane
4.26. Angle Between Vectors (Additional Problems, Task 1)
Calculate the angle between the following vectors:
and and
Click to see the solution
Key Concept: Use
(a) For
- Compute dot product:
- Compute magnitudes:
- Find angle:
(b) For
- Compute dot product:
- Since the dot product is zero, the vectors are perpendicular:
Answer:
4.27. Projection and Reflection of Vectors (Additional Problems, Task 2)
Compute the orthogonal projection of vector
Click to see the solution
Key Concept: The projection is
- Compute dot product:
- Compute
:
- Find projection:
- Find reflection:
Answer:
- Projection:
- Reflection:
4.28. Determinant and Matrix Inverse (Additional Problems, Task 3)
Compute the determinant of the following matrix and also its inverse:
Click to see the solution
Key Concept: Use cofactor expansion along a row or column with zeros for efficiency.
- Compute determinant using cofactor expansion along the second row (which has two zeros):
- Find the matrix of cofactors:
- Form the adjugate matrix (transpose of cofactor matrix):
- Compute inverse:
Answer:
- Determinant:
- Inverse:
4.29. Cross Product and Scalar Triple Product (Additional Problems, Task 4)
Given vectors
Compute the cross product
Compute the scalar triple product
Then, interpret the geometric meaning of:
- The magnitude
- The absolute value
Click to see the solution
(a) Cross product
- Compute:
- Geometric meaning:
is the area of the parallelogram formed by and .
(b) Scalar triple product:
- First compute
:
- Compute the dot product:
- Geometric meaning:
is the volume of the parallelepiped formed by the three vectors.
Answer:
represents the parallelogram area represents the parallelepiped volume
4.30. Perpendicular Vector (Additional Problems, Task 5)
Calculate a vector that is perpendicular to
Click to see the solution
Key Concept: The cross product of two vectors is perpendicular to both.
- Compute
:
Answer:
4.31. Ellipse: Graph and Eccentricity (Additional Problems, Task 5 continued)
Draw the graph of
Click to see the solution
Key Concept: This is an ellipse centered at
- Identify parameters:
- Center:
(semi-major axis, horizontal) (semi-minor axis, vertical)
- Calculate
:
- Calculate eccentricity:
- Graph description: The ellipse is centered at
, extends 3 units horizontally and 2 units vertically from the center. Foci are at .
Answer: Eccentricity
4.32. Locus of Points with Distance Ratio (Additional Problems, Task 6)
Find all points
Click to see the solution
Key Concept: This is the definition of a conic section with focus at
- Set up the condition:
Distance from
Distance from
Condition:
- Square both sides:
- Expand:
- Simplify:
- Identify: This is an ellipse centered at the origin with
and .
Answer: The locus is an ellipse with equation
4.33. Conic Rotation (Additional Problems, Task 7)
Determine the type of the following conic section and find a proper angle for rotating the axes to remove the
Click to see the solution
Key Concept: Use the discriminant to identify the type, then find the rotation angle.
- Compute the discriminant:
Since
- Find the rotation angle:
Answer:
- Type: Ellipse
- Rotation angle:
or
4.34. Asymptotes of Hyperbola (Additional Problems, Task 8)
What are the asymptotes of the hyperbola
Click to see the solution
Key Concept: For a hyperbola
- Identify parameters:
- Center:
- Write asymptote equations:
- Two asymptotes:
Answer:
or or
4.35. Convert Conic to Standard Form (Additional Problems, Task 9)
Convert the conic section
Click to see the solution
Key Concept: Complete the square for both variables to convert to standard form.
- Group terms:
- Complete the square:
For
For
- Substitute:
- Divide by 144:
- Identify: This is a hyperbola centered at
opening vertically, with and . - Calculate eccentricity:
Answer:
- Standard form:
- Type: Hyperbola
- Eccentricity:
4.36. Plane Analysis (Additional Problems, Task 10)
Consider the plane
Find a vector normal to
and a point on itFind the equation of a plane
parallel to passing throughFind the distance from the point
toCompute the angle between
and
Click to see the solution
(a) Normal vector and a point:
- Normal vector: From the equation
, the normal vector is . - Find a point: Set
and :
Point:
(b) Parallel plane through
- Use same normal vector
:
Or:
(c) Distance from
- Apply distance formula:
(d) Angle between planes:
Since the planes are parallel, the angle is
Answer:
- Normal:
; Point:
- Normal:
- Distance:
- Distance:
(parallel planes)
4.37. Relationship Between Lines in Space (Additional Problems, Task 11)
Let
Click to see the solution
Key Concept: Check if direction vectors are parallel, then check if lines intersect.
- Identify direction vectors:
- Check if parallel: Are
and proportional?
Not all equal, so not parallel.
- Check for intersection: Convert
to parametric form:
For
- Set equal and solve:
From
From
From (i) and (ii): Add them:
Substitute:
- Verify with
:
Since
Answer: The lines are skew (non-parallel and non-intersecting).
4.38. System of Linear Equations (Additional Problems, Task 12)
Consider the system:
Write the augmented matrix and solve by Gaussian elimination and Cramer’s method.
Click to see the solution
Gaussian Elimination:
- Write augmented matrix:
- Eliminate first column below pivot:
- Eliminate second column in
:
- Back substitution:
From
From
From
Cramer’s Method:
- Compute
(coefficient determinant):
Expand along first row:
- Compute
:
- Compute
:
- Compute
:
- Solve:
Answer:
4.39. Non-Coplanar Vectors (Additional Problems, Task 13)
Show that
Click to see the solution
Key Concept: Three vectors are not coplanar if their scalar triple product is non-zero.
- Compute the scalar triple product:
- Expand along first row:
- Conclusion: Since the scalar triple product is non-zero, the vectors are not coplanar.
Answer: The vectors are not coplanar (scalar triple product = 30).
4.40. Subspaces (Additional Problems, Task 14)
Does
define a subspace in ? How about ? Why?Are two vectors
and linearly independent? How about , , ? Why?
Click to see the solution
(a) Subspace criteria:
For
- Check zero vector:
satisfies . ✓ - Check closure under addition: If
and satisfy the equation, does ?
Let
Then
- Check closure under scalar multiplication: Similar reasoning. ✓
Yes, it’s a subspace (plane through the origin).
For
The zero vector
(b) Linear independence:
For
Check if one is a scalar multiple of the other:
Not proportional, so linearly independent.
For
In
To show explicitly, find scalars such that
Solving: From the first equation,
For
Linearly dependent.
Answer:
is a subspace; is not (doesn’t contain origin)
- First pair is independent; second set is dependent (more vectors than dimension)
4.41. Linear Transformation Matrix and Kernel (Additional Problems, Task 15)
Let
Find the matrix representation of
relative to standard basesFind a basis for
andVerify the Rank-Nullity Theorem for
Click to see the solution
(a) Matrix representation:
- Apply
to standard basis vectors:
- Form matrix with these as columns:
(b) Basis for kernel and image:
Kernel: Solve
From second equation:
Substitute into first:
Let
Basis for
Image: The columns of
Basis for
(c) Rank-Nullity Theorem:
Answer:
- Basis for
: ; Basis for :
- Basis for
- Verified:
- Verified:
4.42. Triangle Area and Plane Equation (Additional Problems, Task 16)
Let
Find the area of triangle
Find the equation of the plane containing
, , andFind the distance from point
to this plane
Click to see the solution
(a) Area of triangle:
- Find vectors:
- Compute cross product:
- Find magnitude:
- Area is half the magnitude:
(b) Plane equation:
- Normal vector:
from the cross product - Use point-normal form with
:
(c) Distance from
Answer:
- Area =
- Area =
- Plane:
- Plane:
- Distance =
or
- Distance =
4.43. Identifying Subspaces (Additional Problems, Task 17)
Determine if the following sets are subspaces of
Click to see the solution
Key Concept: Check if the set contains the zero vector and is closed under addition and scalar multiplication.
(a)
- Zero vector:
satisfies . ✓ - Closure properties: This is a plane through the origin. ✓
Yes, it’s a subspace.
(b)
- Zero vector:
satisfies . ✓ - Closure under addition: Take
and , both in .
Check:
Not a subspace (not closed under addition).
(c)
- Closure under scalar multiplication: Take
and scalar .
Not a subspace (not closed under scalar multiplication).
(d)
- Zero vector:
doesn’t satisfy . ✗
Not a subspace (doesn’t contain zero vector).
Answer:
- Yes, subspace
- No, not closed under addition
- No, not closed under scalar multiplication
- No, doesn’t contain zero vector
4.44. Matrix Representation of Linear Transformation (Additional Problems, Task 18)
Consider the linear transformation
Find the matrix representation of
with respect to the standard basisFind
Click to see the solution
(a) Matrix representation:
- Apply
to standard basis vectors:
- Form matrix:
(b) Compute
- Direct calculation:
Answer:
4.45. Change of Basis (Additional Problems, Task 19)
Let
Find the transition matrix
from basis to basisFind the transition matrix
from basis to basisVerify that
Let
in the standard basis. Find its coordinates in basis
Click to see the solution
(a) Transition matrix
The columns are the basis vectors of
(b) Transition matrix
This is the inverse of
(c) Verification:
(d) Coordinates in basis
Answer:
- Verified
4.46. Identification of Quadric Surfaces II (Additional Problems, Task 20)
Identify the following quadric surfaces:
Click to see the solution
Key Concept: Classify based on the signs and structure of the equation.
(a)
All terms positive, sum to 1: Ellipsoid
(b)
Mixed signs, equation equals 1: Hyperboloid of one sheet (two positive terms)
(c)
One variable linear, others squared with same sign: Elliptic paraboloid (circular cross-sections)
(d)
One variable linear, others squared with opposite signs: Hyperbolic paraboloid (saddle surface)
Answer:
- Ellipsoid
- Hyperboloid of one sheet
- Elliptic paraboloid (circular paraboloid)
- Hyperbolic paraboloid